Skip to main content

Data - Get customer details

GET 

/v1/customers/:id

Get the customer details for a given customer id.

Request

Path Parameters

    id stringrequired

    customer uuid that needs to be considered for filter

Responses

Successful

Schema

    customerUuid string

    Customer UUID

    email stringrequired
    firstName stringrequired
    lastName stringrequired
    phone string
    birthDate string
    locale stringrequired

    Possible values: Value must match regular expression ^([a-z]{2,3})(?:_([A-Z]{2}))?$

    civility string
    rank string
    computedRank string
    isVip boolean
    address string
    allergiesAndIntolerances string[]
    dietaryRestrictions string[]
    favFood string
    favDrinks string
    favSeating string
    notes string
    originRestaurantUuid string
    originRestaurantName string
    creationDate stringrequired

    Creation date

    lastUpdateDate stringrequired

    Last update date

    isPromoter boolean
    secondaryPhone string
    country string
    city string
    zipcode string

    optins

    object

    required

    restaurantNewsletter booleanrequired

    Optin the diner to the restaurant newsletter, when false is provided it will not unsusbscribe the diner

    customFields

    object[]

  • Array [

  • labelUuid stringrequired

    Label UUID

    label stringrequired

    Label value

    type stringrequired

    Possible values: [boolean, string, integer]

    value stringrequired
    valueUuid string

    Value UUID

  • ]

Loading...